net.resolverConfig.mu (field)

7 uses

	net (current package)
		dnsclient_unix.go#L329: 	mu        sync.RWMutex // protects dnsConfig
		dnsclient_unix.go#L377: 	conf.mu.Lock()
		dnsclient_unix.go#L379: 	conf.mu.Unlock()
		dnsclient_unix.go#L405: 	resolvConf.mu.RLock()
		dnsclient_unix.go#L407: 	resolvConf.mu.RUnlock()
		dnsclient_unix.go#L582: 	resolvConf.mu.RLock()
		dnsclient_unix.go#L584: 	resolvConf.mu.RUnlock()